scrolledwindow: Fix child widget positioning
authorTimm Bäder <mail@baedert.org>
Sat, 6 May 2017 09:41:29 +0000 (11:41 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
commit5b519366763864d17c631d66b5ee95b28f177e4c
treee9fd6c6574a8b57ba9f8863dbeae73ae5d78cf4f
parentcfd67eb4ecceea71b1fbe9cee7896756d0f14f2b
scrolledwindow: Fix child widget positioning

Instead of relying on get_relative_allocation, just use the
scrolledwindow's content allocation we get passed to size-allocate.
gtk/gtkscrolledwindow.c